Welcome![Sign In][Sign Up]
Location:
Search - binary tree

Search list

[Data structsBinary-Tree

Description: 数据结构中二叉树的建立,已经简单的查找,插入,删除功能。-The building of the binary tree data structure , has a simple lookup , insert , delete function.
Platform: | Size: 1024 | Author: luminglong | Hits:

[Data structsBinary-tree-computing

Description: C语言,输入一个表达式,根据表达式创建二叉树,并计算该表达式的值,源代码-C language, enter an expression, according to the expression to create a binary tree, and calculate the value of the expression, the source code
Platform: | Size: 1024 | Author: Leo | Hits:

[Graph programbinary-tree

Description: Binary tree implementation in C... very good one ..Run in DEVc++
Platform: | Size: 1024 | Author: Pranshu Jaiswal | Hits:

[Data structsbinary-tree

Description: 个人写的一些二叉树数据结构 各种遍历算法-Individuals to write some of the binary tree data structures of various traversal algorithm
Platform: | Size: 2048 | Author: | Hits:

[Data structsLevel-traversing-a-binary-tree-

Description: 层次遍历二叉树(顺序结构) 注意:此代码仅演示层次遍历二叉树(顺序结构),并不考虑诸多细节, 感兴趣的可自行修改-Level traversing a binary tree (order structure) Note: This code only demonstrates the level traversing a binary tree (order structure), does not take into account many details, Interested can modify
Platform: | Size: 1024 | Author: 富宇 | Hits:

[Data structsBinary-tree-VC

Description: 建立一棵二叉排序树并对它进行前序遍历。建立二叉树利用了插入算法,数据由用户输入;对二叉树前序遍历,利用非递归调用子程序,然后对二叉树(1)访问根结点;(2)遍历左子树;(3)遍历右子树。程序中要注意左右指针llink和rlink的使用。-Create a binary sort tree and pre-order traversal. The establishment of the binary tree to the use of the insertion algorithm, the data entered by the user binary tree traversal, the use of non-recursive call to a subroutine, then the binary tree (1) access to the root (2) traverse the left subtree (3) traverse the right subtree. The program should pay attention to the use of left and right pointers llink and rlink.
Platform: | Size: 10240 | Author: 鲍慊 | Hits:

[Data structsBinary-tree

Description: 很全面的数据结构算法关于二叉排序树的性能分析资料-A comprehensive algorithm data structure of binary tree sort of performance analysis data
Platform: | Size: 20480 | Author: 张澈鉴 | Hits:

[Data structsbinary-tree

Description: 分别以先序和中序遍历序列,后序和中序遍历序列构造一棵二叉树 要求以括号表示法输出该二叉树-Preorder and inorder traversal sequence after sequence, and the traversal sequence construct a binary tree the brackets indicate the method outputs the binary tree
Platform: | Size: 1024 | Author: 沿路红 | Hits:

[Data structsBinary-Tree

Description: 二叉树基本操作,包括创建、求结点、求叶子数、遍历-Binary Tree
Platform: | Size: 227328 | Author: 姚阳 | Hits:

[Data structsBinary-tree

Description: 二叉树的遍历算法,包括先序遍历,中序和后序。数据结构课程要求。-Binary tree traversal algorithm
Platform: | Size: 1024 | Author: 北城 | Hits:

[Data structsbinary-tree

Description: 根据二叉树的中序遍历、后序遍历、前序遍历恢复二叉树-According to the binary tree in preorder traversal, postorder traversal, preorder traversal to restore binary tree
Platform: | Size: 695296 | Author: luokun | Hits:

[Data structsbinary-tree

Description: 该文件描述了二叉树的链式存储结构。 相关性质。结点和结点间关系的基本概念;二叉树的链式存储结构。了解树的结点访问的方法。掌握二叉树的链式存储结构; 二叉树结点的递归访问方法。二叉树的遍历。二叉树的线索化及其应用 -The document describes the Storage Structure of the binary tree. Related properties. Nodes and nodes of the basic concepts of the relationship chain store binary tree structure. Learn tree node access. Master chain storage structure of binary tree Binary tree node recursion access the method. Binary tree traversal. Clues to its application in binary tree
Platform: | Size: 615424 | Author: 黎明 | Hits:

[Data structsBinary-tree

Description: 该文件主要为二叉树实验指导报告和代码,内容主要是二叉树的链式存储结构,二叉树的相关性质,二叉树的链式存储结构,二叉树结点的递归访问方法-The file binary tree experiments guidance report and code, the main chain storage structure of the binary tree, binary tree nature of the chain storage structure of the binary tree, binary tree recursive access node
Platform: | Size: 952320 | Author: 黎明 | Hits:

[Data structsrecover-the-binary-tree

Description: 利用先序,中序遍历恢复二叉树 ,用兴趣的朋友可以看一下-Advantage of the preorder traversal restore binary tree, and interested friends can look at
Platform: | Size: 1024 | Author: liuyijun | Hits:

[Data structsBinary-tree

Description: 二叉树的顺序表示 通过该程序进行文字的分析进行拆分表示-Binary tree in the order said the split through the program text analysis
Platform: | Size: 1108992 | Author: 张志超 | Hits:

[OS programbinary-tree

Description: 二叉树的创建,二叉树中结点的查找,测二叉树的深度宽度,输出二叉树的叶子结点-Binary tree creating, search binary tree node , the binary tree s depth and width, output binary tree leaf nodes
Platform: | Size: 2048 | Author: 陆言 | Hits:

[OtherThe--operation--binary-tree

Description: 程序的主要功能 1 按照二叉链表存贮创建二叉树 2 二叉树的遍历——先序中序后序 三种不同方式遍历 3 统计总结点与叶子节点的个数 4 树状打印二叉树 注释清楚-The main functions of the program 1 according to the binary linked list storage create binary tree 2 binary tree traverse--first order after order sequence three different ways to traverse 3 statistical summary point and leaves the number of nodes 4 tree print binary tree Comments clearly
Platform: | Size: 256000 | Author: 话语 | Hits:

[OS programBinary-tree-travel-around

Description: 建立一个二叉树,并实现添加,删除节点,周游二叉树的功能。-Binary tree travel around
Platform: | Size: 1236992 | Author: Brant | Hits:

[Software EngineeringThe-application-of-binary-tree

Description: 实现二叉树的增,删,改,查以及周游等应用的功能。 -The application of binary tree
Platform: | Size: 915456 | Author: Brant | Hits:

[CSharpbinary-tree

Description: 建立了一个二叉树,写出二叉树的结点,然后用前序历遍、中序历遍、后序历遍来访问了整棵二叉树。-A binary tree, write a binary tree node, and then use the pre-order the calendar over the calendar times in sequence, after the sequence to access the calendar over the whole grain binary tree.
Platform: | Size: 1024 | Author: 徐茂威 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net